home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 41 / CD Expert nº 41.iso / Tux / tux.exe / tuxracer-win32-0.60 / courses / twisty_slope / course.tcl next >
Text File  |  2000-10-01  |  494b  |  13 lines

  1. #
  2. # Course configuration
  3. #
  4. tux_course_name "Windy Slope"
  5. tux_course_dim 90 480 55 470        ;# width, length of course in m
  6. tux_start_pt 45 3.5           ;# start position, measured from left rear corner
  7. tux_angle 25                   ;# angle of course
  8. tux_elev_scale 7.0             ;# amount by which to scale elevation data
  9. tux_elev elev.rgb              ;# bitmap specifying course elevations
  10. tux_terrain terrain.rgb        ;# bitmap specifying terrains type
  11.  
  12. tux_course_init
  13.